<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* @Author: Administrator
* @Date:   2018-02-05 14:20:44
* @Last Modified by:   Administrator
* @Last Modified time: 2018-02-05 15:04:57
*/
.video_bg{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.5); z-index: 99;}
.videoDom{ position: absolute; left: 50%; top: 50%; background: #fff; width: 680px; height: 400px; padding:0 20px; margin-left: -330px; margin-top: -210px; box-shadow: 0 0 5px #e1e1e1;}
.close_video{ position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 50%; background: #ececec; border:1px solid #b1b1b1;text-align: center;}
.close_video i{line-height: 30px;}
#video1{width:640px;height:400px;}
@media screen and (max-width:750px)  {
.video_bg{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.5); z-index: 99;}
.videoDom{ position: absolute; left: 50%; top: 50%; background: #fff; width: 9.066667rem	; height: 5.333333rem	; padding:0 0.266667rem	; margin-left: -4.4rem	; margin-top: -2.8rem	; box-shadow: 0 0 5px #e1e1e1;}
.close_video{ position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 50%; background: #ececec; border:1px solid #b1b1b1;text-align: center;}
.close_video i{line-height: 30px;}
#video1{width:8.533333rem	;height:5.333333rem	;}
}
</pre></body></html>